home *** CD-ROM | disk | FTP | other *** search
INI File | 2000-08-31 | 354 b | 23 lines |
- [SUBJECT]
- Description=Puts the user's cursor inside a text box as soon as the page is loaded
- ImageIndex=-1
- Folder=Quick JavaScript
-
-
- [BODY_TAG]
- ;OnLoad="document.nameform.user.focus();"
-
- [BODY_TEXT]
- ;<center>
- ;<form name="nameform">
- ;`label` <input type=text name=user size=10>
- ;</form>
- ;</center>
- ;
-
- [`label`]
- Kind=S
- Value=Name:
-
-
-